home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Applications / Laughing Bird Folder / The Laughing Bird Restaurant / The Laughing Bird Restaurant.dxr / 00417.ls < prev    next >
Encoding:
Text File  |  1995-12-16  |  384 b   |  13 lines

  1. on exitFrame
  2.   global WhichIsSelected
  3.   puppetSprite(5, 1)
  4.   set the editableText of sprite 5 to 1
  5.   puppetSprite(6, 1)
  6.   initPush(8, 10, 1)
  7.   puppetSprite(12, 1)
  8.   set the visible of sprite 14 to 0
  9.   put "Enter the Title of the recipe here" into field "Title of new recipe"
  10.   put "Enter New Recipe Here" into field "EnterNewRecipe"
  11.   set WhichIsSelected to "Title of new recipe"
  12. end
  13.